home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / bfd / hosts / vaxbsd.h < prev    next >
C/C++ Source or Header  |  1994-01-28  |  755b  |  22 lines

  1. #include "hosts/std-host.h"
  2.  
  3. #define    NO_CORE_COMMAND        /* No command name in core file */
  4.  
  5. #if 0
  6. #undef    ALIGN            /* They use it, we use it too */
  7. /* Does not exist on BSD 4.3, it uses machine/machparam.h.
  8.    Whatever it is, it's included by <sys/param.h>, which trad-core.c,
  9.    the only place that uses this (I think), already includes.  */
  10. #include <machine/param.h>
  11. #endif
  12. #undef    ALIGN            /* They use it, we use it too */
  13.  
  14. /* Note that HOST_PAGE_SIZE -- the page size as far as executable files
  15.    are concerned -- is not the same as NBPG, because of page clustering.  */
  16. #define    HOST_PAGE_SIZE        1024
  17. #define    HOST_MACHINE_ARCH    bfd_arch_vax
  18.  
  19. #define    HOST_TEXT_START_ADDR    0
  20. #define    HOST_STACK_END_ADDR    (0x80000000 - (UPAGES * NBPG))
  21. #undef    HOST_BIG_ENDIAN_P
  22.